Remove assert for when the timestamp is not empty.
authorCamila Ayres <hello@camilasan.com>
Wed, 11 Dec 2024 20:09:55 +0000 (21:09 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 2 Jan 2025 10:33:37 +0000 (11:33 +0100)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/libsync/abstractnetworkjob.cpp

index f08b135823f79f884249b456649c289931629a0b..313062481099e79e5abd7c579c9a0e7b4bc09a99 100644 (file)
@@ -301,7 +301,6 @@ void AbstractNetworkJob::slotFinished()
 
 QByteArray AbstractNetworkJob::responseTimestamp()
 {
-    ASSERT(!_responseTimestamp.isEmpty());
     return _responseTimestamp;
 }